By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL DELETE command that handles the request to configure a delete all entities command from the underlying relational data store.

Name Description
OnConfigureDeleteCommand(TDataCommand) By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL DELETE command that handles the request to configure a delete all entities command from the underlying relational data store.
OnConfigureDeleteCommand(TDataCommand, TEntity) By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL DELETE command that handles the request to configure an entity deletion command from the underlying relational data store.
OnConfigureDeleteCommand(TDataCommand, Where) By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL INSERT command that handles the request to configure a deletion command for all entities in compliance with the Where filter in the underlying relational data store.